home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / PowerPC / Dev / PPCRelease / Libm / configure.in < prev    next >
Encoding:
Text File  |  1996-10-05  |  219 b   |  11 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(common_source/log.c)
  3.  
  4. AC_PROG_CC
  5. AC_GCC_TRADITIONAL
  6. AC_PROG_INSTALL
  7. AC_CHECK_TOOL(RANLIB, ranlib, :)
  8. AC_CHECK_TOOL(AR, ar)
  9.  
  10. AC_OUTPUT(Makefile)
  11.